Einhugur Word Plugin for Xojo

EinhugurWord.PictureTypes Enum

Enum that has type codes for Pictures embedded in Word documents.

This enum is used with the PictureType property on the Drawing class, and also with all methods when embedding pictures.

enum EinhugurWord.PictureTypes

Constants

NONE = 0No picture. If this value is passed to the methods to embed picture then it will just fallback to creating Text section.
png = 1PNG image.
jpeg = 2Jpeg image.
UNKNOWN = 10Unknown. If this value is passed to the methods to embed picture then creating Run object will be aborted.